github.com/klauspost/compress/fse.symbolTransform.deltaNbBits (field)
8 uses
github.com/klauspost/compress/fse (current package)
compress.go#L91: nbBitsOut := (first.deltaNbBits + (1 << 15)) >> 16
compress.go#L92: im := int32((nbBitsOut << 16) - first.deltaNbBits)
compress.go#L99: nbBitsOut := (uint32(c.state) + symbolTT.deltaNbBits) >> 16
compress.go#L107: nbBitsOut := (uint32(c.state) + symbolTT.deltaNbBits) >> 16
compress.go#L311: deltaNbBits uint32
compress.go#L316: return fmt.Sprintf("dnbits: %08x, fs:%d", s.deltaNbBits, s.deltaFindState)
compress.go#L435: symbolTT[i].deltaNbBits = tl
compress.go#L441: symbolTT[i].deltaNbBits = (maxBitsOut << 16) - minStatePlus
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |